home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / pedhlp13.arc / SIZEMSP < prev    next >
Text File  |  1991-06-14  |  783b  |  20 lines

  1.         ■ Resizing paint files
  2.  
  3.         This can be done using the SIZEMSP.EXE program. Running this
  4.         program on its own gives you the current size of a paint file in
  5.         pixels:
  6.  
  7.         SIZEMSP filename.msp
  8.  
  9.         The size of the file is adjusted by entering four numbers to
  10.         increase the left, right, top, and bottom margins by that
  11.         number of pixels. The numbers for the left and right margins
  12.         must be divisible by eight. Negative numbers cut off that number
  13.         of pixels from the appropriate edge. E.g.:
  14.  
  15.         SIZEMSP filename.msp 16 16 4 -6
  16.  
  17.         Adds white space 16 pixels wide to the left and right edges,
  18.         adds 4 blank lines of pixels at the top, and snips off 6 lines
  19.         of pixels at the bottom.
  20.